PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setHeight Method
The height of the element's content rectangle, measured in default user space units in the block-progression direction.
In This Topic
    setHeight Method
    In This Topic
    Sets the element height.
    The value -1 indicates auto height, no specific height constraint is to be imposed; the element's height is determined by the intrinsic height of its content.
    Syntax
    public void setHeight( 
       double value
    )

    Parameters

    value
    The height of the element's content rectangle, measured in default user space units in the block-progression direction.
    See Also